home *** CD-ROM | disk | FTP | other *** search
- /* os_mac_proto.h */
-
- #ifndef CONTEXT_LINES
- #include "os_mac_eEdit.h"
- #endif
-
- /* prototypes for os_mac_cmdmenu.c */
-
- void eDoDialog(int sel);
-
- /* prototypes for os_mac.c */
-
- void io_err( short io );
-
- TrapType GetTrapType(short theTrap);
- short NumToolboxTraps(void);
- Boolean TrapExists(short theTrap);
-
- void select_and_show( WindowPtr wptr );
-
- void put_input_str (char *text);
-
- short check_TEInsert( char *ptr, long len, eTeHandle hTE, short bold );
-
- short getfullpath( short vRefNum, long dirID, Str255 fName, char *Path, short MaxLength, short warn );
-
- short get_file( FSSpec *fss, short nbtypes, SFTypeList ftypes );
- short put_file( FSSpec *fss, Str255 prompt, Str255 deflt );
- short edit( FSSpec *fss, long line, long chr, long size );
- void save_as( short id, FSSpec *fss );
-
- Boolean find_next( short id );
- void replace_next( short id );
- void replace_all( short id );
-
- void handle_activate( WindowPtr wptr, Boolean activep );
- long os_get_next_event( EventRecord *event );
- long os_handle_event( EventRecord *event );
-
- /* prototypes for os_mac_command.c */
-
- int ecommand(unsigned char ***av);
-
- /* prototypes for os_mac_consoleMW.c */
-
- long CharReadyConsoleP(void);
-
- /* prototypes for os_mac_eEdit.c */
-
- short DeTabifyHandle( Handle h, long *size, long *count, short tabstop );
- void eTeDrawLine( eRec **hE, ChPos beginPos, Point location );
-
- /* prototypes for os_mac_eStyle.c */
-
- void IBeamIt( WindowPtr dwind );
- pascal Boolean filterIt( DialogPtr esd, EventRecord *myDialogEvent, short *theDialogItem);
-
- /* end of os_mac_proto.h */
-